home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / utilities / crypt / rot13e.lha / rot13 / rot13.doc next >
Encoding:
Text File  |  1994-08-25  |  1.1 KB  |  51 lines

  1. Rot13
  2.  
  3. by James Blake
  4.  
  5. DESCRIPTION
  6. ===========
  7.  
  8. Rot13 is a little program to allow users to read rot13
  9. text.  Rot13 is a simple translation code that is used
  10. on some internet newsgroups to disguise offensive jokes.
  11.  
  12.  
  13. USAGE
  14. =====
  15.  
  16. rot13 takes a text file as input and rot13's it, and
  17. outputs to stdout.  To save to a file redirect the
  18. output to a file.
  19.  
  20. BACKGROUND
  21. ==========
  22.  
  23. Rot13 is a simple cipher where the characters are rotated
  24. 13, ie "a" becomes "n", "b" becomes "o" etc...  It is
  25. reversable ie "a" rot13'ed becomes "n" which rot13'ed is
  26. back to "a".
  27.  
  28. LEGAL STUFF
  29. ===========
  30.  
  31. This program is freeware.  You can do with it what you
  32. want.
  33.  
  34. This program is provided as-is.  I take no responsibility
  35. for the usability or performance of this program.
  36.  
  37. I also take no responsiblity for any offensive material
  38. that you are exposed to as a result of using this program.
  39.  
  40.  
  41. AUTHOR ETC
  42. ==========
  43.  
  44. To contact the author email James Blake:
  45.          jblake@freenet.vancouver.bc.ca
  46.  
  47. This program may distributed freely.   Included with
  48. this program is the source file in Amiga E.
  49.  
  50. If you find this program useful please send me email.
  51. I enjoy the encouragement.